home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / other / am.zoo / example.3 < prev    next >
Text File  |  1993-04-24  |  2KB  |  80 lines

  1. # This is a complex example schedule based on a real live note.
  2. #
  3. # It shows the following:
  4. #
  5. # 1. The first month was a 'short month' of 15 days.
  6. # 2. The original note called for a payment of $866.45.
  7. # 3. The note went into default 4/1/91 with no payments made during 'legal
  8. #    activity'.  A graduated payment schedule was then set up for re-payment.
  9. # 4. There were several months of legal fees that rolled back into the note.
  10. # 5. There was also some extra principal due to the sale of secured property.
  11. # 6. There will be an extra principal payment on 1/1 95, 96, and 97
  12. # 7. Balloon payment on 12/97 (month 101).
  13. #
  14. # Note: there are several ways the special conditions could have been set up.
  15. # This used one way (-p500 and some -E~:-866.45) but others (like -p866.45 and
  16. # some -E~:-500) would get the same results.
  17. am -n 0 -a 32000 -i 13.5 -p 500 -D -15 -s 8/1/89 -b \
  18.     -U 01:866.45    \
  19.     -U 02:866.45    \
  20.     -U 03:866.45    \
  21.     -U 04:866.45    \
  22.     -U 05:866.45    \
  23.     -U 06:866.45    \
  24.     -U 07:866.45    \
  25.     -U 08:866.45    \
  26.     -U 09:866.45    \
  27.     -U 10:866.45    \
  28.     -U 11:866.45    \
  29.     -U 12:866.45    \
  30.     -U 13:866.45    \
  31.     -U 14:866.45    \
  32.     -U 15:866.45    \
  33.     -U 16:866.45    \
  34.     -U 17:866.45    \
  35.     -U 18:866.45    \
  36.     -U 19:866.45    \
  37.     -U 20:866.45    \
  38.     -U 21:0    \
  39.     -U 22:0    \
  40.     -U 23:0    \
  41.     -U 24:0    \
  42.     -U 25:0    \
  43.     -U 26:0    \
  44.     -U 27:0    \
  45.     -U 28:0    \
  46.     -U 29:0    \
  47.     -U 30:0    -E 30:-500    \
  48.     -U 31:0    \
  49.     -U 32:0    -E 32:2911.47    \
  50.     -U 33:0    -E 33:200    \
  51.     -U 34:0    -E 34:-91.91    \
  52.     -U 35:0    -E 35:-158.92    \
  53.     -U 36:0    -E 36:-114.56    \
  54.     -U 37:0    \
  55.     -U 38:100    \
  56.     -U 39:100    \
  57.     -U 40:100    \
  58.     -U 41:100    \
  59.     -U 42:250    \
  60.     -U 43:250    \
  61.     -U 44:250    \
  62.     -U 45:250    \
  63.     -U 46:250    \
  64.     -U 47:250    \
  65.     -U 48:250    \
  66.     -U 49:250    \
  67.     -U 50:250    \
  68.     -U 51:250    \
  69.     -U 52:250    \
  70.     -U 53:250    \
  71.     -E 66:1000    \
  72.     -E 78:1000    \
  73.     -E 90:1000    \
  74.     -l 101        > e3.out
  75. #    -f            | nroff
  76.  
  77. # uncomment the last line above to get formatted output.
  78. # note: 'make example' will get LOTS of errors with formatted output.
  79.